Rect.move

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void move(float[2] vec)
  2. void move(Vector2 vec)
    struct Rect
    pure nothrow @nogc @safe
    void
    move
    (
    in Vector2 vec
    )
  3. float x;
  4. float y;
  5. float width;
  6. float height;

Meta